Rocks ʻnʼ Rolls# An Introduction to # Programming Clusters # using Rocks# Anoop Rajendra# 2010 UC Regents#

Size: px
Start display at page:

Download "Rocks ʻnʼ Rolls# An Introduction to # Programming Clusters # using Rocks# Anoop Rajendra# 2010 UC Regents#"

Transcription

1 An Introduction to # Programming Clusters # using Rocks# Rocks ʻnʼ Rolls# Anoop Rajendra#

2 Rules of the Talk# This talk is for YOU!!# Let me know if Iʼm too fast# Donʼt hesitate to stop me and ask questions in the middle.#

3 What is Rocks?# A Linux distribution based on CentOS# Cluster on a DVD ( or set of CDs)# Goals of Rocks# Make Clusters Easy# Reduce dependence on system administrators by reducing system administration# Enable scientists to concentrate on science rather than on computing.#

4 What is Rocks?# Rocks provides a mechanism to install OS on a cluster# Rocks provides a mechanism to install and configure cluster software.# Rocks provides tools to manage/ administer the cluster, after the installation is finished.#

5 How do we get Started?# Get a bunch of x86/x64 machines# Put 2 ethernet cards on one of them - Thisʼll be your front-end/head-node# Wire 'em up.# Download Rocks isos from Burn a bunch of CDs or a DVD# Get started#

6 Topology of a Rocks Cluster# Frontend Node# Public Ethernet# Private# Ethernet# Application# Network (Optional)# Node# Node# Node# Node# Node# Node# Node# Node# Node# Node# Power Distribution# (Net addressable units as option)#

7 Another way to look at it#

8 Installing Rocks# Rocks provides for installation of a cluster with minimum user interaction# Steps involved# Boot from CD or DVD# Answer a few questions# Get favorite beverage# Youʼre on your way to a full fledged cluster in 2 hours or less.#

9 Innards of Automatic Installs# Rocks uses Redhatʼs Kickstart mechanism for automated installs# Kickstart file generated and given to the installer# Installer follows instructions in Kickstart file.# Generation of Kickstart file done automatically by Rocks scripts#

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25 After Frontend Installation#

26 Add compute nodes using insert-ethers#

27

28

29

30 Cluster Setup# Frontend and Compute nodes - setup with the right software stack# Networking is configured and running# Monitoring and Queuing systems are configured and running.#

31 How does Rocks do all this?# Using a mechanism called Rolls#

32 What are Rolls?# Software components that make up a Rocks system# Mechanism for delivery of packages and configuration# Rolls are how youʼre going to get your software onto a Rocks cluster#

33 What are some of the available rolls?# Sun Grid Engine Roll Deploys queuing system on all nodes and enables job provisioning# Ganglia Roll Deploys monitoring system# Web Server Roll Deploys and configures web server on the frontend.#

34 Some more rolls...# Bio Roll Application Roll for Bioinformatics applications# Xen Roll Roll to deploy virtual machines# Viz Roll Roll that enabled building tile wall displays# PVFS2 Roll Installs and Configures the Parallel Virtual File System on your cluster.#

35 Viz Wall#

36 Another Viz Wall#

37 Roll Infrastructure# Rolls are distributed as ISO images# Add a CD or leave a CD out during installation & you control the configuration and capability of your cluster#

38 Whatʼs inside a Roll?# Binaries - RPM format# Configuration data# Installation Map#

39 Context of a Roll#

40 Normal Redhat Distribution#

41 Distribution based on Rolls#

42 Treasure Hunting# The treasure you seek is a fully installed and configured cluster# What are the things youʼll need#

43 Map#

44 Instruction set#

45 Resources#

46 Translate that to a Roll# Graph file Installation Map Map# Node Files Configuration Data Instruction set# RPM/Binaries Resources#

47 Some Useful Rolls# Required Rolls Kernel, Base, OS# HPC Roll Contains MPI utilities like OpenMPI, MPICH2, some benchmarking utils# SGE Roll Installs and configures a Queuing system on your cluster# Bio Roll Contains a lot of Bio-informatics utilities#

48 Bio Roll#

49 Whatʼs inside the Bio Roll?# Bio-informatics software like# NCBI Blast# MPI Blast# HMMER# GROMACS# EMBOSS# Phylip# TCoffee#

50 Whatʼs inside the Roll?#

51 Whatʼs the graph file?# <graph> <edge from="compute"> <to>bio-base</to> </edge> <edge from="hpc-server"> <to>bio-head</to> </edge> </graph>

52 How does the graph look?#

53 How does a node file look?# <kickstart> <package>hmmer</package> <package>ncbi</package> <package>mpiblast</package> <post> # Shell Scripts to be run after installation <file name=.ncbirc> file contents </file> # Shell Scripts to be run after installation </post> </kickstart>

54 To Re-iterate#

55 Bio-informatics Applications

56 Configuration Information

57 THE ROLL Configuration Information Bio-informatics Application

58 How does it fit in?# Bio Roll

59 How does it fit in?#

60 How does all this help you?# Roll mechanism is the recommended way of deploying software on a Rocks cluster# It fits into the framework of Rocks# Itʼs reproducible# It scales#

61 Other Ways of Software Deployment# More than one way to get your software onto the rocks cluster# Not recommended as it is not reproducible over multiple re-installs.#

62 RPM Based Deployment# Create an RPM using# # rocks create package <directory> <packagename> Create an RPM using the Rocks Makefile infrastructure# Download RPM from trusted repository#

63 RPM Based Deployment# Put your RPM in# /export/rocks/contrib/5.3/arch/rpm# Create the node xml file to reflect new package# # cd /export/rocks/install/site-profiles/5.3/nodes# # cp skeleton.xml extend-compute.xml# Inside extend-compute.xml file, put the line# <package>rpm name</package># Re-create the rocks distribution# # cd /export/rocks/install# # rocks create distro# Re-install your compute nodes#

64 Installing in a Shared directory# /export/apps is shared across the entire cluster as /share/apps# Install your package into # /export/apps/package# On all your compute nodes the package directory will be# /share/apps/package#

65 More Information# More Documentation available at

66 ?#

Rocks Cluster Administration. Learn how to manage your Rocks Cluster Effectively

Rocks Cluster Administration. Learn how to manage your Rocks Cluster Effectively Rocks Cluster Administration Learn how to manage your Rocks Cluster Effectively Module 1: Customizing Your Cluster Customizing Nodes Using built in node attributes and the Rocks Command line Using extend-node.xml

More information

Cluster Management and Maintenance

Cluster Management and Maintenance Cluster Management and Maintenance Rocks-A-Palooza II Lab Session 2006 UC Regents 1 What We ll Be Doing Adding content to frontend s web site Discuss how to add new packages to compute nodes How to change

More information

SGE Roll: Users Guide. Version 5.3 Edition

SGE Roll: Users Guide. Version 5.3 Edition SGE Roll: Users Guide Version 5.3 Edition SGE Roll: Users Guide : Version 5.3 Edition Published Dec 2009 Copyright 2009 University of California and Scalable Systems This document is subject to the Rocks

More information

SGE Roll: Users Guide. Version Edition

SGE Roll: Users Guide. Version Edition SGE Roll: Users Guide Version 4.2.1 Edition SGE Roll: Users Guide : Version 4.2.1 Edition Published Sep 2006 Copyright 2006 University of California and Scalable Systems This document is subject to the

More information

Base Roll: Users Guide. Version 5.2 Edition

Base Roll: Users Guide. Version 5.2 Edition Base Roll: Users Guide Version 5.2 Edition Base Roll: Users Guide: Version 5.2 Edition Published Aug 2009 Copyright 2009 University of California This document is subject to the Rocks License (see Rocks

More information

Readme for Platform Open Cluster Stack (OCS)

Readme for Platform Open Cluster Stack (OCS) Readme for Platform Open Cluster Stack (OCS) Version 4.1.1-2.0 October 25 2006 Platform Computing Contents What is Platform OCS? What's New in Platform OCS 4.1.1-2.0? Supported Architecture Distribution

More information

Grid Engine Users Guide. 7.0 Edition

Grid Engine Users Guide. 7.0 Edition Grid Engine Users Guide 7.0 Edition Grid Engine Users Guide : 7.0 Edition Published Dec 01 2017 Copyright 2017 University of California and Scalable Systems This document is subject to the Rocks License

More information

Grid Engine Users Guide. 5.5 Edition

Grid Engine Users Guide. 5.5 Edition Grid Engine Users Guide 5.5 Edition Grid Engine Users Guide : 5.5 Edition Published May 08 2012 Copyright 2012 University of California and Scalable Systems This document is subject to the Rocks License

More information

Bright Cluster Manager Advanced HPC cluster management made easy. Martijn de Vries CTO Bright Computing

Bright Cluster Manager Advanced HPC cluster management made easy. Martijn de Vries CTO Bright Computing Bright Cluster Manager Advanced HPC cluster management made easy Martijn de Vries CTO Bright Computing About Bright Computing Bright Computing 1. Develops and supports Bright Cluster Manager for HPC systems

More information

InfoBrief. Platform ROCKS Enterprise Edition Dell Cluster Software Offering. Key Points

InfoBrief. Platform ROCKS Enterprise Edition Dell Cluster Software Offering. Key Points InfoBrief Platform ROCKS Enterprise Edition Dell Cluster Software Offering Key Points High Performance Computing Clusters (HPCC) offer a cost effective, scalable solution for demanding, compute intensive

More information

Comsics: the parallel computing facility in the school of physics, USM.

Comsics: the parallel computing facility in the school of physics, USM. Comsics: the parallel computing facility in the school of physics, USM. Yoon Tiem Leong Talk given at theory group weekly seminar, School of Physics, Universiti Sains Malaysia Tues, 19 October 2010 Abstract

More information

Linux HPC Software Stack

Linux HPC Software Stack Linux HPC Software Stack Makia Minich Clustre Monkey, HPC Software Stack Lustre Group April 2008 1 1 Project Goals Develop integrated software stack for Linux-based HPC solutions based on Sun HPC hardware

More information

Base Roll: Users Guide. Version 5.0 Edition

Base Roll: Users Guide. Version 5.0 Edition Base Roll: Users Guide Version 5.0 Edition Base Roll: Users Guide: Version 5.0 Edition Published Apr 2008 Copyright 2008 University of California This document is subject to the Rocks License (see Rocks

More information

Bluemin: A Suite for Management of PC Clusters

Bluemin: A Suite for Management of PC Clusters Bluemin: A Suite for Management of PC Clusters Hai Jin, Hao Zhang, Qincheng Zhang, Baoli Chen, Weizhong Qiang School of Computer Science and Engineering Huazhong University of Science and Technology Wuhan,

More information

Red Hat HPC Solution Overview. Platform Computing

Red Hat HPC Solution Overview. Platform Computing Red Hat HPC Solution Overview Gerry Riveros Red Hat Senior Product Marketing Manager griveros@redhat.com Robbie Jones Platform Computing Senior Systems Engineer rjones@platform.com 1 Overview 2 Trends

More information

Managing complex cluster architectures with Bright Cluster Manager

Managing complex cluster architectures with Bright Cluster Manager Managing complex cluster architectures with Bright Cluster Manager Christopher Huggins www.clustervision.com 1 About ClusterVision Specialists in Compute, Storage & Database Clusters (Tailor-Made, Turn-Key)

More information

Introduction to Rocks!

Introduction to Rocks! Introduction to Rocks! Rocks-A-Palooza II! 2006 UC Regents! 1! Overview of Rocks! The Rocks software stack! 2006 UC Regents! 2! Cluster Software Stack! 2006 UC Regents! 3! Common to Any Cluster! 2006 UC

More information

Cluster Distributions Review

Cluster Distributions Review Cluster Distributions Review Emir Imamagi Damir Danijel Žagar Department of Computer Systems, University Computing Centre, Croatia {eimamagi, dzagar}@srce.hr Abstract Computer cluster is a set of individual

More information

Fast Setup and Integration of Abaqus on HPC Linux Cluster and the Study of Its Scalability

Fast Setup and Integration of Abaqus on HPC Linux Cluster and the Study of Its Scalability Fast Setup and Integration of Abaqus on HPC Linux Cluster and the Study of Its Scalability Betty Huang, Jeff Williams, Richard Xu Baker Hughes Incorporated Abstract: High-performance computing (HPC), the

More information

Basic Management and Customization! 2008 UC Regents! 1!

Basic Management and Customization! 2008 UC Regents! 1! Basic Management and Customization! 2008 UC Regents! 1! What We Will Cover!!" Adding software to compute nodes! "" Quick and dirty method (read: not scalable!)! "" Rocks method! ""How to package code into

More information

Grid Computing for Bioinformatics: An Implementation of a User-Friendly Web Portal for ASTI's In Silico Laboratory

Grid Computing for Bioinformatics: An Implementation of a User-Friendly Web Portal for ASTI's In Silico Laboratory Grid Computing for Bioinformatics: An Implementation of a User-Friendly Web Portal for ASTI's In Silico Laboratory R. Babilonia, M. Rey, E. Aldea, U. Sarte gridapps@asti.dost.gov.ph Outline! Introduction:

More information

How to Build a Cluster

How to Build a Cluster How to Build a Cluster Intel Server Board S3000PT Recipe ID: 24PLTF240000000100-01 Contents Introduction... 3 Overview... 3 Hardware Components... 4 Software Used in the Installation... 6 Hardware Installation...

More information

CLU S TER COMP U TI N G

CLU S TER COMP U TI N G CLU S TER COMP U TI N G Undergraduate Research Report Instructor: Marcus Hohlmann Students: Jennifer Helsby Rafael David Pena With the help of: Jorge Rodriguez, UF Fall 2006 Undergraduate Research Report:

More information

Introduction to Abel/Colossus and the queuing system

Introduction to Abel/Colossus and the queuing system Introduction to Abel/Colossus and the queuing system November 14, 2018 Sabry Razick Research Infrastructure Services Group, USIT Topics First 7 slides are about us and links The Research Computing Services

More information

Installation Tools for Clusters. Rajesh K., Computer Division, BARC

Installation Tools for Clusters. Rajesh K., Computer Division, BARC Installation Tools for Clusters Rajesh K., Computer Division, BARC Outline of the presentation Cluster Intro Steps involved in a cluster installation Different approaches to installation Issues in cluster

More information

Python Roll Users Guide. 6.2 Edition

Python Roll Users Guide. 6.2 Edition Python Roll Users Guide 6.2 Edition Python Roll Users Guide: 6.2 Edition Published May 07 2015 Copyright 2015 The copyright holder, and UC Regents Table of Contents Preface...iv 1. Installing the Python

More information

Feature OSCAR and Bioinformatics

Feature OSCAR and Bioinformatics Feature OSCAR and Bioinformatics With new cluster deployment and management tools, you can set up a 64-node cluster in an hour, then put it to work on your research. by Bernard Li The OSCAR (Open Source

More information

Parallel & Cluster Computing. cs 6260 professor: elise de doncker by: lina hussein

Parallel & Cluster Computing. cs 6260 professor: elise de doncker by: lina hussein Parallel & Cluster Computing cs 6260 professor: elise de doncker by: lina hussein 1 Topics Covered : Introduction What is cluster computing? Classification of Cluster Computing Technologies: Beowulf cluster

More information

Introduction to Stacki. Greg Bruno, PhD VP Engineering, StackIQ

Introduction to Stacki. Greg Bruno, PhD VP Engineering, StackIQ Introduction to Stacki Greg Bruno, PhD VP Engineering, StackIQ Open Source Stack Installer Stacki is a very fast and ultra reliable Linux server provisioning tool at scale. With zero prerequisites for

More information

DevOps Ignition to reach Galaxy continuous integration

DevOps Ignition to reach Galaxy continuous integration DevOps Ignition to reach Galaxy continuous integration Olivier Inizan, Mikael Loaec, Jonathan Kreplak and Hadi Quesneville. INRA URGI, RD 10 route de Saint Cyr 78026 Versailles Cedex NOM DE L AUTEUR /

More information

Paralyzing Bioinformatics Applications Using Conducive Hadoop Cluster

Paralyzing Bioinformatics Applications Using Conducive Hadoop Cluster IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 14, Issue 6 (Sep. - Oct. 2013), PP 89-93 Paralyzing Bioinformatics Applications Using Conducive Hadoop Cluster

More information

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms

Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Intel Cloud Builders Guide Intel Xeon Processor based Servers StackIQ Rocks+ Intel Cloud Builders Guide to Cloud Design and Deployment on Intel Platforms Creating Private Clouds from Bare Metal using Rocks+

More information

IT Essentials II: NOS Linux Labs Using Knoppix

IT Essentials II: NOS Linux Labs Using Knoppix IT Essentials II: NOS Linux Labs Using Knoppix 1 IT Essentials II Linux Labs Using Knoppix Agenda Course Overview Knoppix Lab Map Knoppix Overview Lab: Basic System Administration in Knoppix v2 2 IT Essentials

More information

Automatic Dependency Management for Scientific Applications on Clusters. Ben Tovar*, Nicholas Hazekamp, Nathaniel Kremer-Herman, Douglas Thain

Automatic Dependency Management for Scientific Applications on Clusters. Ben Tovar*, Nicholas Hazekamp, Nathaniel Kremer-Herman, Douglas Thain Automatic Dependency Management for Scientific Applications on Clusters Ben Tovar*, Nicholas Hazekamp, Nathaniel Kremer-Herman, Douglas Thain Where users are Scientist says: "This demo task runs on my

More information

NPACI Rocks Tutorial. NPACI All Hands Meeting March 18,

NPACI Rocks Tutorial. NPACI All Hands Meeting March 18, NPACI Rocks Tutorial NPACI All Hands Meeting March 18, 2003 www.rocksclusters.org Schedule Rocks 101 (45 mins) Introduction to Rocks Cluster Architecture (HW & SW) Rocks software overview Advanced Rocks

More information

python Roll: Users Guide 5.5 Edition

python Roll: Users Guide 5.5 Edition python Roll: Users Guide 5.5 Edition python Roll: Users Guide : 5.5 Edition Published May 08 2012 Copyright 2012 The copyright holder, and UC Regents Table of Contents Preface...iv 1. Installing the python

More information

Singularity: Containers for High-Performance Computing. Grigory Shamov Nov 21, 2017

Singularity: Containers for High-Performance Computing. Grigory Shamov Nov 21, 2017 Singularity: Containers for High-Performance Computing Grigory Shamov Nov 21, 2017 Outline Software and High Performance Computing: Installation/Maintenance of the HPC Software stack Why containers and

More information

Perl Install Module Windows Xp From Cd Step By Step Pdf

Perl Install Module Windows Xp From Cd Step By Step Pdf Perl Install Module Windows Xp From Cd Step By Step Pdf Step 7: Install critical and recommended Windows Updates. Step refer to your User's Guide for additional information about the type of RAID configuration

More information

Gree. SunTM HPC Software, Linux Edition Deployment and User Guide

Gree. SunTM HPC Software, Linux Edition Deployment and User Guide Gree SunTM HPC Software, Linux Edition 2.0.1 Deployment and User Guide. www.sun.com Part No. 821-0375-10 July 2009 Copyright 2009., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights

More information

Operating two InfiniBand grid clusters over 28 km distance

Operating two InfiniBand grid clusters over 28 km distance Operating two InfiniBand grid clusters over 28 km distance Sabine Richling, Steffen Hau, Heinz Kredel, Hans-Günther Kruse IT-Center University of Heidelberg, Germany IT-Center University of Mannheim, Germany

More information

User Training Eclipse Cluster

User Training Eclipse Cluster User Training Eclipse Cluster Morning Agenda (Morning) Understand the Eclipse Configuration both Hardware and Networking configuration List of bundle software Overview Cluster Concept High Performance

More information

MERCED CLUSTER BASICS Multi-Environment Research Computer for Exploration and Discovery A Centerpiece for Computational Science at UC Merced

MERCED CLUSTER BASICS Multi-Environment Research Computer for Exploration and Discovery A Centerpiece for Computational Science at UC Merced MERCED CLUSTER BASICS Multi-Environment Research Computer for Exploration and Discovery A Centerpiece for Computational Science at UC Merced Sarvani Chadalapaka HPC Administrator University of California

More information

A WEB-BASED SOLUTION TO VISUALIZE OPERATIONAL MONITORING LINUX CLUSTER FOR THE PROTODUNE DATA QUALITY MONITORING CLUSTER

A WEB-BASED SOLUTION TO VISUALIZE OPERATIONAL MONITORING LINUX CLUSTER FOR THE PROTODUNE DATA QUALITY MONITORING CLUSTER A WEB-BASED SOLUTION TO VISUALIZE OPERATIONAL MONITORING LINUX CLUSTER FOR THE PROTODUNE DATA QUALITY MONITORING CLUSTER BADISA MOSESANE EP-NU Supervisor: Nektarios Benekos Department: EP-NU Table of Contents

More information

CUDA Roll: Users Guide. Version 4.3 Edition

CUDA Roll: Users Guide. Version 4.3 Edition CUDA Roll: Users Guide Version 4.3 Edition CUDA Roll: Users Guide : Version 4.3 Edition Published Oct 2008 Copyright 2008 University of California and NVIDIA Corporation Table of Contents Preface...i 1.

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 6.0 Update 2 Release Notes April 2012 0898600-6.0-2 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The

More information

HPC Metrics in OSCAR based on Ganglia

HPC Metrics in OSCAR based on Ganglia HPC Metrics in OSCAR based on Ganglia Google Summer of Code 2006 Report Babu Sundaram, babu@cs.uh.edu Department of Computer Science, University of Houston Mentor: Erich Focht, efocht@hpce.nec.com Open

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 7.0 Release Notes May 2015 0898600-7.0 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The information

More information

HySecure Quick Start Guide. HySecure 5.0

HySecure Quick Start Guide. HySecure 5.0 HySecure Quick Start Guide HySecure 5.0 Last Updated: 25 May 2017 2012-2017 Propalms Technologies Private Limited. All rights reserved. The information contained in this document represents the current

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

Ellipse Support. Contents

Ellipse Support. Contents Ellipse Support Ellipse Support Contents Ellipse Support 2 Commercial In Confidence 3 Preface 4 Mission 5 Scope 5 Introduction 6 What do you need to know about tuning and configuration? 6 How does a customer

More information

FUJITSU PHI Turnkey Solution

FUJITSU PHI Turnkey Solution FUJITSU PHI Turnkey Solution Integrated ready to use XEON-PHI based platform Dr. Pierre Lagier ISC2014 - Leipzig PHI Turnkey Solution challenges System performance challenges Parallel IO best architecture

More information

Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory CONTAINERS IN HPC WITH SINGULARITY

Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory CONTAINERS IN HPC WITH SINGULARITY Presented By: Gregory M. Kurtzer HPC Systems Architect Lawrence Berkeley National Laboratory gmkurtzer@lbl.gov CONTAINERS IN HPC WITH SINGULARITY A QUICK REVIEW OF THE LANDSCAPE Many types of virtualization

More information

Slurm Roll for Rocks Cluster. Werner Saar

Slurm Roll for Rocks Cluster. Werner Saar Slurm Roll for Rocks Cluster Werner Saar April 14, 2016 Contents 1 Introduction 2 2 Admin Guide 4 3 Users Guide 7 4 GPU Computing 9 5 Green Computing 13 1 Chapter 1 Introduction The Slurm Roll provides

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, page 1 Virtual Machine Configuration Recommendations, page 1 Configuring Resource Pools Using vsphere Web Client, page 4 Configuring a Virtual Machine

More information

StackIQ Cluster Core Users Guide. 6.5 Edition

StackIQ Cluster Core Users Guide. 6.5 Edition StackIQ Cluster Core Users Guide 6.5 Edition StackIQ Cluster Core Users Guide: 6.5 Edition Published Feb 17 2014 Copyright 2014 (c) 2014 StackIQ This document is subject to the Rocks License (see Rocks

More information

Preparing Virtual Machines for Cisco APIC-EM

Preparing Virtual Machines for Cisco APIC-EM Preparing a VMware System for Cisco APIC-EM Deployment, on page 1 Virtual Machine Configuration Recommendations, on page 1 Configuring Resource Pools Using vsphere Web Client, on page 4 Configuring a Virtual

More information

Setting Up Clusters. Functional Differentiation

Setting Up Clusters. Functional Differentiation Setting Up Clusters Software Provisioning Challenges There are no homogeneous clusters Functional Inhomogeneity Login & computer nodes Specialized service nodes System logging, I/O, login, dedicated installation

More information

Comet Virtualization Code & Design Sprint

Comet Virtualization Code & Design Sprint Comet Virtualization Code & Design Sprint SDSC September 23-24 Rick Wagner San Diego Supercomputer Center Meeting Goals Build personal connections between the IU and SDSC members of the Comet team working

More information

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Oracle RAC SIG Web Seminar Thursday, August 5, 2010 Kai Yu, Sr. System Engineer Consultant Dell Global Solutions Engineering

More information

Alpine Linux Documentation

Alpine Linux Documentation Alpine Linux Documentation Release 3.2 Alpine Linux Development Team March 03, 2016 Contents 1 About Alpine Linux 3 1.1 Small................................................... 3 1.2 Simple..................................................

More information

Kvm Users Guide. 6.1 Edition

Kvm Users Guide. 6.1 Edition Kvm Users Guide 6.1 Edition Kvm Users Guide : 6.1 Edition Published Mar 06 2013 Copyright 2013 University of California This document is subject to the Rocks License (see Appendix A: Rocks Copyright).

More information

Rolls: Modifying a Standard System Installer to Support User-Customizable Cluster Frontend Appliances

Rolls: Modifying a Standard System Installer to Support User-Customizable Cluster Frontend Appliances Rolls: Modifying a Standard System Installer to Support User-Customizable Cluster Frontend Appliances Greg Bruno, Mason J. Katz, Federico D. Sacerdoti and Philip M. Papadopoulos The San Diego Supercomputer

More information

Viglen NPACI Rocks. Getting Started and FAQ

Viglen NPACI Rocks. Getting Started and FAQ Viglen NPACI Rocks Getting Started and FAQ Table of Contents Viglen NPACI Rocks...1 Getting Started...3 Powering up the machines:...3 Checking node status...4 Through web interface:...4 Adding users:...7

More information

XSEDE s Campus Bridging Project Jim Ferguson National Institute for Computational Sciences

XSEDE s Campus Bridging Project Jim Ferguson National Institute for Computational Sciences January 3, 2016 XSEDE s Campus Bridging Project Jim Ferguson National Institute for Computational Sciences jwf@utk.edu What is XSEDE? extreme Science and Engineering Discovery Environment $121M project

More information

Using ISMLL Cluster. Tutorial Lec 5. Mohsan Jameel, Information Systems and Machine Learning Lab, University of Hildesheim

Using ISMLL Cluster. Tutorial Lec 5. Mohsan Jameel, Information Systems and Machine Learning Lab, University of Hildesheim Using ISMLL Cluster Tutorial Lec 5 1 Agenda Hardware Useful command Submitting job 2 Computing Cluster http://www.admin-magazine.com/hpc/articles/building-an-hpc-cluster Any problem or query regarding

More information

TOSS - A RHEL-based Operating System for HPC Clusters

TOSS - A RHEL-based Operating System for HPC Clusters TOSS - A RHEL-based Operating System for HPC Clusters Supercomputing 2017 Red Hat Booth November 14, 2017 Ned Bass System Software Development Group Leader Livermore Computing Division LLNL-PRES-741473

More information

MIGRATING TO THE SHARED COMPUTING CLUSTER (SCC) SCV Staff Boston University Scientific Computing and Visualization

MIGRATING TO THE SHARED COMPUTING CLUSTER (SCC) SCV Staff Boston University Scientific Computing and Visualization MIGRATING TO THE SHARED COMPUTING CLUSTER (SCC) SCV Staff Boston University Scientific Computing and Visualization 2 Glenn Bresnahan Director, SCV MGHPCC Buy-in Program Kadin Tseng HPC Programmer/Consultant

More information

Systems management is a key part of the IT

Systems management is a key part of the IT Simplify Management with the Dell Unified Server configurator Enabled by the Lifecycle Controller By Shelli Allgood Anand Narayanan Hai Phung Pritesh Prabhu The new Dell Unified Server Configurator enabled

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

STAR-CCM+ Performance Benchmark and Profiling. July 2014

STAR-CCM+ Performance Benchmark and Profiling. July 2014 STAR-CCM+ Performance Benchmark and Profiling July 2014 Note The following research was performed under the HPC Advisory Council activities Participating vendors: CD-adapco, Intel, Dell, Mellanox Compute

More information

IBM Endpoint Manager. OS Deployment V3.5 User's Guide

IBM Endpoint Manager. OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide Note Before using this information and the product it supports, read the information in Notices

More information

How to run applications on Aziz supercomputer. Mohammad Rafi System Administrator Fujitsu Technology Solutions

How to run applications on Aziz supercomputer. Mohammad Rafi System Administrator Fujitsu Technology Solutions How to run applications on Aziz supercomputer Mohammad Rafi System Administrator Fujitsu Technology Solutions Agenda Overview Compute Nodes Storage Infrastructure Servers Cluster Stack Environment Modules

More information

Specialized Programme on Internetworking Design and LAN WAN Administration

Specialized Programme on Internetworking Design and LAN WAN Administration Specialized Programme on Internetworking Design and LAN WAN Administration OBJECTIVE OF THE PROGRAMME The main objective of the programme is to build capacity of the professionals drawn from industry,

More information

Bioinformatics Facility at the Biotechnology/Bioservices Center

Bioinformatics Facility at the Biotechnology/Bioservices Center Bioinformatics Facility at the Biotechnology/Bioservices Center Co-Heads : J.P. Gogarten, Paul Lewis Facility Scientist : Pascal Lapierre Hardware/Software Manager: Jeff Lary Mandate of the Facility: To

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

ClassCloud: switch your PC classroom into Cloud Computing Testbed for Scientific Education. Jazz Wang Yao-Tsung Wang

ClassCloud: switch your PC classroom into Cloud Computing Testbed for Scientific Education. Jazz Wang Yao-Tsung Wang ClassCloud: switch your PC classroom into Cloud Computing Testbed for Scientific Education Jazz Wang Yao-Tsung Wang jazz@nchc.org.tw ClassCloud: turn your PC classroom into Cloud Testbed for Education

More information

SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine

SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine April 2007 Part No 820-1270-11 Revision 1.1, 4/18/07

More information

INTRODUCTION TO NEXTFLOW

INTRODUCTION TO NEXTFLOW INTRODUCTION TO NEXTFLOW Paolo Di Tommaso, CRG NETTAB workshop - Roma October 25th, 2016 @PaoloDiTommaso Research software engineer Comparative Bioinformatics, Notredame Lab Center for Genomic Regulation

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

Scientific Cluster Deployment and Recovery Using puppet to simplify cluster management

Scientific Cluster Deployment and Recovery Using puppet to simplify cluster management Journal of Physics: Conference Series Scientific Cluster Deployment and Recovery Using puppet to simplify cluster management To cite this article: Val Hendrix et al 2012 J. Phys.: Conf. Ser. 396 042027

More information

Workshop Goals and Rocks 5.0 Enhancements!

Workshop Goals and Rocks 5.0 Enhancements! Workshop Goals and Rocks 5.0 Enhancements! Why are we Here?! 2008 UC Regents! 1! The Goals of the Workshop!!"We#re here for you!!"tell you where we#ve been and where we#re going!!"have you tell us what#s

More information

From GIT to a custom OS image in a few click OS image made easy

From GIT to a custom OS image in a few click OS image made easy From GIT to a custom OS image in a few click OS image made easy Frédéric Crozat Senior Software Engineer SUSE fcrozat@suse.com Goals Create ISO live image to ease testing Automate image creation as much

More information

Tooling Linux for the Future of Embedded Systems. Patrick Quairoli Director of Alliance and Embedded Technology SUSE /

Tooling Linux for the Future of Embedded Systems. Patrick Quairoli Director of Alliance and Embedded Technology SUSE / Tooling Linux for the Future of Embedded Systems Patrick Quairoli Director of Alliance and Embedded Technology SUSE / Patrick.Quairoli@suse.com With SUSE You Can Control Infrastructure Optimize Operations

More information

Deploying Microsoft Windows Compute Cluster Server 2003

Deploying Microsoft Windows Compute Cluster Server 2003 Deploying Microsoft Windows Compute Cluster Server 2003 on Dell PowerEdge Servers Microsoft Windows Compute Cluster Server 2003 (CCS) can help provide a simple, cost-effective way to deploy and manage

More information

Introduction to High Performance Computing Using Sapelo2 at GACRC

Introduction to High Performance Computing Using Sapelo2 at GACRC Introduction to High Performance Computing Using Sapelo2 at GACRC Georgia Advanced Computing Resource Center University of Georgia Suchitra Pakala pakala@uga.edu 1 Outline High Performance Computing (HPC)

More information

Clusters. Rob Kunz and Justin Watson. Penn State Applied Research Laboratory

Clusters. Rob Kunz and Justin Watson. Penn State Applied Research Laboratory Clusters Rob Kunz and Justin Watson Penn State Applied Research Laboratory rfk102@psu.edu Contents Beowulf Cluster History Hardware Elements Networking Software Performance & Scalability Infrastructure

More information

Introduction to Grid Computing!

Introduction to Grid Computing! Introduction to Grid Computing! Rocks-A-Palooza II! Lab Session! 2006 UC Regents! 1! Using The Grid Roll! Option 1! Reinstall! frontend upgrade! Option 2! Use kroll! 2006 UC Regents! 2! Option 1: Re-Installation

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

Docker task in HPC Pack

Docker task in HPC Pack Docker task in HPC Pack We introduced docker task in HPC Pack 2016 Update1. To use this feature, set the environment variable CCP_DOCKER_IMAGE of a task so that it could be run in a docker container on

More information

Home Page. Title Page. Contents. Page 1 of 17. Version Control. Go Back. Ken Bloom. Full Screen. Linux User Group of Davis March 1, Close.

Home Page. Title Page. Contents. Page 1 of 17. Version Control. Go Back. Ken Bloom. Full Screen. Linux User Group of Davis March 1, Close. Page 1 of 17 Version Control Ken Bloom Linux User Group of Davis March 1, 2005 Page 2 of 17 1. Version Control Systems CVS BitKeeper Arch Subversion SVK 2. CVS 2.1. History started in 1986 as a bunch of

More information

MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter One Introducing Windows Server 2008

MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # ) Chapter One Introducing Windows Server 2008 MCTS Guide to Microsoft Windows Server 2008 Applications Infrastructure Configuration (Exam # 70-643) Chapter One Introducing Windows Server 2008 Objectives Distinguish among the different Windows Server

More information

Roll Development Basics

Roll Development Basics Roll Development Basics Rocks-A-Palooza III 2007 UC Regents 1 Available Rolls for Rocks 4.2.1 Rolls we provide Core: Base, Kernel, Web Server, OS, Service Pack Area51 - security analysis tools Bio - bioinformatics

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

My operating system is old but I don't care : I'm using NIX! B.Bzeznik BUX meeting, Vilnius 22/03/2016

My operating system is old but I don't care : I'm using NIX! B.Bzeznik BUX meeting, Vilnius 22/03/2016 My operating system is old but I don't care : I'm using NIX! B.Bzeznik BUX meeting, Vilnius 22/03/2016 CIMENT is the computing center of the University of Grenoble CIMENT computing platforms 132Tflops

More information

Optimizing Cluster Utilisation with Bright Cluster Manager

Optimizing Cluster Utilisation with Bright Cluster Manager Optimizing Cluster Utilisation with Bright Cluster Manager Arno Ziebart Sales Manager Germany HPC Advisory Council 2011 www.clustervision.com 1 About us Specialists in Compute, Storage & GPU Clusters (Tailor-Made,

More information

Deploying and Managing Dell Big Data Clusters with StackIQ Cluster Manager

Deploying and Managing Dell Big Data Clusters with StackIQ Cluster Manager Deploying and Managing Dell Big Data Clusters with StackIQ Cluster Manager A Dell StackIQ Technical White Paper Dave Jaffe, PhD Solution Architect Dell Solution Centers Greg Bruno, PhD VP Engineering StackIQ,

More information

CSC- Bioweek 2018 Using cpouta for cloud computing Kimmo Mattila, Shubham Kapoor, Ari-Matti Saren (Jukka Nousiainen)

CSC- Bioweek 2018 Using cpouta for cloud computing Kimmo Mattila, Shubham Kapoor, Ari-Matti Saren (Jukka Nousiainen) CSC- Bioweek 2018 Using cpouta for cloud computing 8.2.2018 Kimmo Mattila, Shubham Kapoor, Ari-Matti Saren (Jukka Nousiainen) CSC Finnish research, education and public administration ICT knowledge centre

More information

Fault tolerance in Grid and Grid 5000

Fault tolerance in Grid and Grid 5000 Fault tolerance in Grid and Grid 5000 Franck Cappello INRIA Director of Grid 5000 fci@lri.fr Fault tolerance in Grid Grid 5000 Applications requiring Fault tolerance in Grid Domains (grid applications

More information

INSTALLING INSTALLING INSTALLING

INSTALLING INSTALLING INSTALLING Architect Version 7.5-1 Release Notes March 2019 0898600-7.5-1 READ READ READ ME ME ME BEFORE BEFORE BEFORE INSTALLING INSTALLING INSTALLING THIS THIS THIS PRODUCT PRODUCT PRODUCT Disclaimer The information

More information

High-Performance Computing at The University of Michigan College of Engineering

High-Performance Computing at The University of Michigan College of Engineering High-Performance Computing at The University of Michigan College of Engineering Andrew Caird acaird@umich.edu October 10, 2006 Who We Are College of Engineering centralized HPC support Been trying this

More information